-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#58865] add enterprise banner to new custom field form #17173
[#58865] add enterprise banner to new custom field form #17173
Conversation
- https://community.openproject.org/work_packages/58865 - show banner below form field selection, if - hierarchy is selected AND - enterprise token is not active - disable submit button, if the enterprise banner is shown
fde6441
to
d27a077
Compare
- exclude hierarchies from anything but work packages
inputs: { | ||
collapsible: true, | ||
opReferrer: "custom-field-hierarchy", | ||
textMessage: "PLACEHOLDER - upgrade to Starkiller Base", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Kharonus, here is still a placeholder UI copy in the PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, there is a TASK for Maya, to provide the correct text.
My take was, as this is behind a feature flag, we can merge it even with the placeholder. But before removing the flag, we need to replace it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small thing you can irgnore.
Ticket
OP#58865
What are you trying to accomplish?
What approach did you choose and why?